home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / AmigaSystem / AmiStart / ToolsSDK.lha / source / smakefile < prev    next >
Makefile  |  2002-05-30  |  341b  |  18 lines

  1. showram.tool :  StartUp.o LibInit.o ModuleFuncs.o
  2.  
  3.                    SLINK WITH smakefile.wth
  4.                    Copy showram.tool /module
  5.                    Delete showram.tool.info
  6.  
  7. StartUp.o : StartUp.c
  8.  
  9.                   SC StartUp.c
  10.  
  11. LibInit.o : LibInit.c
  12.  
  13.            SC LibInit.c
  14.  
  15. ModuleFuncs.o : ModuleFuncs.c
  16.  
  17.            SC ModuleFuncs.c
  18.